DataFromNSData
Type
handler
Summary
Convert a Objective-C data into a Data
Syntax
DataFromNSData(<pObjcData>)
Description
Convert a Objective-C data into a Data
Parameters
Name | Type | Description |
---|---|---|
pObjcData | The NSData to convert |
Value
Name | Type | Description |
---|---|---|
return | A Data value Description Use DataFromNSData to convert an Objective-C data object (NSData) to a variable of type Data. |